Conversation
Owner
sfo2001
commented
Jun 23, 2025
- Add PEP 621 [project] section to pyproject.toml for dual Poetry/standard packaging support
- Enhance CI/CD workflow with improved Python 3.10-3.13 testing matrix and caching
- Add comprehensive development tooling: pytest-asyncio, pytest-cov, mypy, pylint-protobuf
- Improve pylint configuration with protobuf support and better rule management
- Add pytest configuration with asyncio mode and coverage reporting
- Update Makefile with coverage reporting and enhanced pylint integration
a456acf to
4f15e93
Compare
This commit modernizes the project's development infrastructure while maintaining backward compatibility. Rebased on top of PR1 (netifaces dependency fix). Key improvements: - Add PEP 621 [project] section to pyproject.toml for dual Poetry/standard packaging support - Enhance CI/CD workflow with improved Python 3.10-3.13 testing matrix and caching - Make tests optional in CI when tests directory doesn't exist (tests added in future PR) - Add comprehensive development tooling: pytest-asyncio, pytest-cov, mypy, pylint-protobuf - Improve pylint configuration with protobuf support and netifaces C extension handling - Add pytest configuration with asyncio mode and coverage reporting - Update Makefile with coverage reporting and enhanced pylint integration - Fix code quality issues: specific exception handling and black formatting - Update poetry.lock to include all dependencies (netifaces + new dev tools) All quality checks pass with 10.00/10 pylint score and proper black formatting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4f15e93 to
1bee1dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.